projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67f300f
)
(syntax-ppss): Autoload.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Sat, 13 Oct 2001 19:05:12 +0000
(19:05 +0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Sat, 13 Oct 2001 19:05:12 +0000
(19:05 +0000)
lisp/emacs-lisp/syntax.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/syntax.el
b/lisp/emacs-lisp/syntax.el
index 23c8ed3219a36307f134f07e427250f3ed57c81c..0eef9671b4635e8c7c5ff04de97ab8f7127279d6 100644
(file)
--- a/
lisp/emacs-lisp/syntax.el
+++ b/
lisp/emacs-lisp/syntax.el
@@
-95,6
+95,7
@@
point (where the PPSS is equivalent to nil).")
(mapcar (lambda (x) (cons (car x) (truncate (/ (cdr x) (car x)))))
syntax-ppss-stats))
+;;;###autoload
(defun syntax-ppss (&optional pos)
"Parse-Partial-Sexp State at POS.
The returned value is the same as `parse-partial-sexp' except that